Report Quiz Properties Window

Top  Previous  Next

 

A login choice quiz consists of three components.

·Quiz controller (in blue color)

It controls the operation of the report quiz object. Double click on this object to edit the quiz behavior.

·Pass Callout

It is a standard callout object. Double click to edit them as a callout.

·Fail Callout

It is a standard callout object. Double click to edit them as a callout.

 

Quiz Report controller Properties Window

 

ReportPropertiesWindow

 

Quiz ID

Quiz ID is used to identify the submitted quiz report. Imagine you conducted five different online examination using Flash Demo Builder quiz and you want the quiz report to submit the student's answer into your database server. You will need a unique ID per quiz to figure out which submission is belong to which quiz. Flash Demo Builder will pass this quiz ID along with the quiz result and a nickname (if exist) into your database server. You can enter any number for a Quiz ID.

 

Marking scheme

 

Minimum pass score

The minimum score required to show pass message.

 

When pass

 

Show pass message

To show/hide the pass message.

Type in the pass message in the textbox provided. You can put a text macro %score to be replaced by Flash Demo Builder with the actual score.

 

You can also choose an action to be performed when the result is pass by clicking on the action listbox next to Show pass message

 

When fail

 

Show fail message

To show/hide the fail message.

Type in the fail message in the textbox provided. You can put a text macro %score to be replaced by Flash Demo Builder with the actual score.

 

You can also choose an action to be performed when the result is fail by clicking on the action listbox next to Show fail message

 

Reporting method

Choose the quiz result reporting method. There are three different methods:

·Do not submit the report
·Submit the report into own server

When selected, the report quiz will submit the quiz result into the designated URL. The designated URL ideally would be a CGI/PHP/other server script which will receive the following parameters.

·quizIDVar

The quiz ID to be submitted

·nameVar

The nickname entered at login quiz (if any)

·scoreVar

        The final score

·isPassVar

Contains 1 if pass and 0 if fail.

·totaltimeVar

Total time to complete the test since login (if any) in second unit.

·startTimeVar

The start time of the test (since login, if any) in second unit.

·emailVar

Reserved for future use

The submitted URL will look something like this

       http://www.fdb.com?quizIDVar=521&nameVar=johnysmith&scoreVar=25&isPassVar=60&totaltimeVar=3600&startTimeVar=10:25:11&emailVar=michael@hotmail.com

·Send the report to my email

       To submit the report as an email. When this option is selected, user's email client will be launched containing the information to be submitted.